projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e777a6
)
Change the key for project-find-regexp
author
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 16 Jun 2020 22:24:01 +0000
(
01:24
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 16 Jun 2020 22:24:40 +0000
(
01:24
+0300)
* lisp/progmodes/project.el (project-switch-commands):
Change the key for 'project-find-regexp' to 'g', which seems to be
the consensus.
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index 22e57b4fe6f8cb6ff272fc67dc718e90952cddd1..ebb833776eaa68bc8f0ff9abda30bba755e3b694 100644
(file)
--- a/
lisp/progmodes/project.el
+++ b/
lisp/progmodes/project.el
@@
-821,7
+821,7
@@
It's also possible to enter an arbitrary directory."
;;;###autoload
(defvar project-switch-commands
'((?f "Find file" project-find-file)
- (?
r
"Find regexp" project-find-regexp)
+ (?
g
"Find regexp" project-find-regexp)
(?d "Dired" project-dired)
(?v "VC-Dir" project-vc-dir)
(?s "Shell" project-shell)